From: Antoine Musso Date: Tue, 3 Jul 2012 12:04:52 +0000 (+0200) Subject: parse.php note about using ^D to end output X-Git-Tag: 1.31.0-rc.0~23163 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=1fc2bb9b0ecab78b26a600ad36139d30493f480a;p=lhc%2Fweb%2Fwiklou.git parse.php note about using ^D to end output Change-Id: I8ddc6b565044038ba1660dcd3a5942f82420ca9a --- diff --git a/maintenance/parse.php b/maintenance/parse.php index 876f28e940..15ed5ace18 100644 --- a/maintenance/parse.php +++ b/maintenance/parse.php @@ -66,7 +66,7 @@ class CLIParser extends Maintenance { $input_file = $this->getArg( 0, $php_stdin ); if( $input_file === $php_stdin ) { - $this->error( basename(__FILE__) .": warning: reading wikitext from STDIN\n" ); + $this->error( basename(__FILE__) .": warning: reading wikitext from STDIN. Press CTRL+D to parse.\n" ); } return file_get_contents( $input_file );